home

deno on vercel

Create a file build.sh in current project folder

curl -fsSL https://deno.land/install.sh | sh && /vercel/.deno/bin/deno task build

Vercel's Project setting > Build and Deployment > Override build command just like above, and also update Output directory (in case of static build):

← back